home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / indexer.lha / indexer / indexer.h < prev    next >
C/C++ Source or Header  |  1995-11-04  |  196b  |  14 lines

  1. #ifndef INDEXER_H
  2. #define INDEXER_H
  3. /*
  4. **  $VER: indexer.h 1.0 (4.11.95)
  5. */
  6.  
  7. #include <proto/exec.h>
  8. #include <exec/memory.h>
  9. #include <proto/dos.h>
  10. #include <stdio.h>
  11. #include <stdlib.h>
  12.  
  13. #endif
  14.